home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-12 / Vol E-12.iso / games / barbie / barbi001.swf / scripts / DefineSprite_56_square1 / frame_20 / PlaceObject2_51_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2012-05-21  |  424b  |  26 lines

  1. onClipEvent(enterFrame){
  2.    if(activate == 0)
  3.    {
  4.       if(_root.ice == 10)
  5.       {
  6.          with(this)
  7.          {
  8.             gotoAndPlay(2);
  9.             activate = 1;
  10.          }
  11.       }
  12.    }
  13.    if(mysq10 == 1)
  14.    {
  15.       if(_root.imon == 10)
  16.       {
  17.          _root.die = 1;
  18.          _root.imon = 0;
  19.          with(_root.man)
  20.          {
  21.             gotoAndPlay("gareth");
  22.          }
  23.       }
  24.    }
  25. }
  26.